runtime.gcControllerState.maxStackScan (field)

4 uses

	runtime (current package)
		mgcpacer.go#L223: 	maxStackScan atomic.Uint64
		mgcpacer.go#L513: 	maxStackScan := c.maxStackScan.Load()
		mgcpacer.go#L879: 		c.maxStackScan.Add(amount)
		mgcpacer.go#L884: 		c.maxStackScan.Add(pp.maxStackScanDelta)